body {  
    background:linear-gradient(270deg, #fda085, #f6d365);
      font-family: "Calibri", sans-serif;
      font-weight: 500;}

nav li {font-size: 15px;
    display: inline-block;
   
 

    }

li:hover { box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */

}


nav {background:darkorange ;
	float: right;
    top: 10px;
	position: relative;    
     right: 50px;
     width: 300px;
       height: 40px;
       color: white;}
  
     nav {margin: 0px;
     	padding: 0px;}



.container {background:darkorange ;
	width: 100%;
     height: 70px;
     position: relative;
     border: 2px solid black;}

li{color: white;}
img {float: left;
     position: relative;
     left: 25px;
     top: 10px;
      }
.test
{
    background-color:black;
   border-radius: 10px ; 
   height: 40px;
   display: flex;
   justify-content: center;
  align-items: center; 
    width: 45px;
float: right;
position: relative;
bottom: 7px;
}
header{
  position: sticky;
  top: 0px;
  z-index: 2;
 }
 .Heading1 {}
 textarea {
 	top:40px;
  position: relative;
}
.d{font-size: 25px; }
.b{font-size: 25px;
  position: relative;
  top: 40px;}
.j{font-size: 10px;
 border: 2px solid black;
 width: 65px;
 position: relative;
 top: 65px;
color: white;
left:345px;}
a{color: white;}